projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d3ffef
)
Typo in docstring
author
justbur
<justin@burkett.cc>
Fri, 17 Jul 2015 17:41:34 +0000
(13:41 -0400)
committer
justbur
<justin@burkett.cc>
Fri, 17 Jul 2015 17:41:34 +0000
(13:41 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 173b4718220db70b0dc004ecff50a699485c3571..21980d3a5f9337a50bccaa46ef5f1212f6466def 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-733,8
+733,8
@@
alists. Returns a list (key separator description)."
(defun which-key--key-description< (a b)
"Order key descriptions A and B.
-Order is lexicographic within a \"class\"
. W
here the classes and
-the ordering of classes
is
listed below.
+Order is lexicographic within a \"class\"
, w
here the classes and
+the ordering of classes
are
listed below.
special (SPC,TAB,...) < single char < mod (C-,M-,...) < other."
(let* ((aem? (string-equal a ""))